Release 10.1A: OpenEdge Development:
ADM Reference
toolbar
Procedure that is a generic event handler for toolbar events.
Location: containr.p Parameters:INPUT pcValue AS CHARACTERThe string used by the handler’s CASE statement to determine behavior. Valid values are:
- EnableData — Activates data links by publishing ToggleData.
- DisableData — Deactivates data links by publishing ToggleData.
- Notepad — Launches the Notepad application by calling launchExternalProcess.
- Wordpad — Launches the Wordpad application by calling launchExternalProcess.
- Calculator — Launches the Calculator application by calling launchExternalProcess.
- Internet — Launches the Internet Explorer browser by calling launchExternalProcess.
- Email — Runs sendEmail.
- Word — Launches the Word word-processor application.
- Excel — Launches the Excel spreadsheet application.
- PrintSetup — Opens the system’s printer-setup dialog box.
- Suspend — Runs
af/cod2/aftemsuspd.w.- Re-Logon — Runs relogon.
- Preferences — Launches the preferences applet
rydynpref.w.- Translate — Launches the translation applet
rydyntran.w.- Help — Runs contextHelp.
- HelpAbout — Runs helpabout.
- HelpTopics — Runs helptopics.
- HelpContents — Runs helpcontents.
- HelpHelp — Runs helphelp.
Notes: None- Spell, Audit, Comments, History, Status — Currently trapped, but undefined.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |